regexp.inputs.reader (field)
7 uses
regexp (current package)
exec.go#L53: reader inputReader
exec.go#L67: i.reader.r = r
exec.go#L68: i.reader.atEOT = false
exec.go#L69: i.reader.pos = 0
exec.go#L70: return &i.reader
exec.go#L78: } else if i.reader.r != nil {
exec.go#L79: i.reader.r = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |